FillCRect
FillCRect Fill rectangle with specified pattern
#include <Quickdraw.h> Color Quickdraw
void FillCRect( theRect, thePpat );
Rect *theRect ; address of a rectangle, in local coordinates
FillCRect fills all pixels enclosed by a rectangle with a specified pattern.
The transfer mode is patCopy, overwriting all bits within the rectangle.
theRect is the address of a Rect structure, in local coordinates.
thePpat is the address of a PixPatHandle.
Returns: none

Notes: The pen position is not changed by this function. The cGrafPort's pen
pattern, pen mode, and background pattern are ignored.